diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-06 22:23:37 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-06 22:23:37 +0900 |
| commit | 327bb4e30b207df1c86cbbca191aba6e1bb4fb36 (patch) | |
| tree | c7c01a240d4545a76ec8360bcc062c8b3f9338c2 /config/waybar/configs/Def[TOP]-Laptop | |
| parent | 55a3cfbd7974bca5e8545f28bb4b6bcec1b69342 (diff) | |
Bump to 2.1.17.
Changes:
Change initial boot behaviour... Forcing a single wallpaper to load initially. (Will change every major release :)
Script will now detect if desktop or any other machines and will symlink the proper waybar layout
Diffstat (limited to 'config/waybar/configs/Def[TOP]-Laptop')
| -rw-r--r-- | config/waybar/configs/Def[TOP]-Laptop | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/config/waybar/configs/Def[TOP]-Laptop b/config/waybar/configs/Def[TOP]-Laptop new file mode 100644 index 00000000..eabaf37e --- /dev/null +++ b/config/waybar/configs/Def[TOP]-Laptop @@ -0,0 +1,66 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#pacman", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + //"hyprland/window", + "tray", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + //"wireplumber", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/power", + ], +}
\ No newline at end of file |
